From 5abdab7e702f38f7e26041731b89800c080a3042 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Jun 2024 20:44:57 +0900 Subject: another waybar css style tweaks --- config/waybar/style/[Retro] Simple Style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'config/waybar/style/[Retro] Simple Style.css') diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 83c26494..78574847 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -31,16 +31,16 @@ window#waybar { #taskbar button.active, #workspaces button.active { - border-bottom: 1px solid @green; + border-bottom: 1px solid green; } #taskbar button.urgent, #workspaces button.urgent { - border-bottom: 2px solid @red; + border-bottom: 2px solid red; } #submap { - border-bottom: 1px solid @red; + border-bottom: 1px solid red; } #backlight, @@ -97,7 +97,7 @@ window#waybar { #memory.warning, #cpu.warning { border-top: 3px solid @background; - border-bottom: 3px solid @yellow; + border-bottom: 3px solid yellow; } #battery.critical, @@ -105,12 +105,16 @@ window#waybar { #memory.critical, #cpu.critical { border-top: 3px solid @background; - border-bottom: 3px solid @red; + border-bottom: 3px solid red; +} + +#temperature.critical { + background-color: red; } #battery.charging { border-top: 3px solid @background; - border-bottom: 3px solid @green; + border-bottom: 3px solid green; } #pulseaudio-slider slider { -- cgit v1.2.3